From a9d5fa4cfe7f377d14273e038ee6eae980f5e9e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 6 Jan 2016 10:46:29 +0100 Subject: [PATCH] GtkListBox: get_row_at_y can return NULL --- gtk/gtklistbox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index be879d45c7..85c8585dbf 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -721,7 +721,8 @@ gtk_list_box_get_row_at_index (GtkListBox *box, * * Gets the row at the @y position. * - * Returns: (transfer none): the row + * Returns: (transfer none) (nullable): the row or %NULL + * in case no row exists for the given y coordinate. * * Since: 3.10 */ -- 2.30.2